Platform Explorer / Nuxeo Platform 6.0

Extension point metadataMapper

Documentation

Contribute a class responsible to add metadata to an annotation.

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.annotations.descriptors.MetadataMapperDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-annot-core-6.0.jar
    <extension point="metadataMapper" target="org.nuxeo.ecm.platform.annotations.services.AnnotationsService">
    		<metadataMapper class="org.nuxeo.ecm.platform.annotations.service.DefaultMetadataMapper"/>
    	</extension>
  • nuxeo-annot-repo-6.0.jar
    <extension point="metadataMapper" target="org.nuxeo.ecm.platform.annotations.services.AnnotationsService">
    		<metadataMapper class="org.nuxeo.ecm.platform.annotations.repository.DefaultNuxeoMetadataMapper"/>
    	</extension>